![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace : ListWithEvents<T> Class |
The following tables list the members exposed by ListWithEvents<T>.
Name | Description | |
---|---|---|
![]() | ListWithEvents<T> Constructor | Initializes a new instance of the ListWithEvents<T> class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the ListWithEvents<T>. |
![]() | IsReadOnly | Gets a value indicating whether the list is read-only. |
![]() | Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the ListWithEvents<T>. |
![]() | AddRange | Adds the elements of the specified collection to the end of the ListWithEvents<T>. |
![]() | Clear | Removes all elements from the ListWithEvents<T>. |
![]() | Contains | Determines whether an element is in the ListWithEvents<T>. |
![]() | CopyTo | Copies the entire ListWithEvents<T> to a compatible one-dimensional array, starting at the specified index of the target array.. |
![]() | GetEnumerator | Returns an enumerator that iterates through the ListWithEvents<T>. |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ListWithEvents<T>. |
![]() | Insert | Inserts an element into the ListWithEvents<T> at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the ListWithEvents<T>. |
![]() | RemoveAt | Removes the element at the specified index of the ListWithEvents<T>. |
Name | Description | |
---|---|---|
![]() | ItemAdded | Occurs when an item is added to the list. |
![]() | ItemRemoved | Occurs when an item is removed from the list. |
![]() | ItemUpdated | Occurs when an item in the list is changed. |